(set #catnofind "Can not find this catalog in this archive.\n This probably means that the selected catalog for\nTango isn't updated\n\nIf you want to make locales,\nse the guide for information.\n\n")
(set #whatcat "\nTango has no internal catalog.\nSelect the Language catalog you wish to install.\nThat language has to be installed in Prefs:Locales.\n\nIf you wish to make locales read the documentation.\n* languages are updated.\n ")
(set #whatcathelp "If your language is not among the choises,\nYou must choose another language.")
(if (<> tangoon "") (message "You didn't shutdown Tango.\nBefore you start Tango you should:\nReboot, make 'Avail flush'\nor run the installer again!"))
(set #share (cat "\n\nThe new Share utility will now be installed.\n\nThis will install Share in C:\nand if available\n" #lcat ".catalog in LOCALE:catalogs/" #lcat"\n\n") )
(message #share)
;copy share
(copyfiles
(prompt "Copying share")
(source "Tango/Extras/Share/Share")
(dest "C:")
)
(copyfiles
(prompt "Copying icon")
(source "Tango/Extras/Share/Share.info")
(dest "C:")
)
(if (> osver 44)
(if
(askbool
(prompt "AmigaOS 3.5 detected.\n\nWould you like to add Share to the tools-menu?\nThis will install a 'Share directory'.\nShare.menu will be added to WBStartup\n")